projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5062465
)
(ibuffer-formats): Make name and size columns wider.
author
John Paul Wallington
<jpw@pobox.com>
Sun, 24 Aug 2003 18:09:07 +0000
(18:09 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Sun, 24 Aug 2003 18:09:07 +0000
(18:09 +0000)
lisp/ibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/ibuffer.el
b/lisp/ibuffer.el
index 23bf4e55d680cd198586fa8bb29c805015c10bfb..8d7e0970698c6406c11d5192d465ae4250ad7e0d 100644
(file)
--- a/
lisp/ibuffer.el
+++ b/
lisp/ibuffer.el
@@
-47,8
+47,8
@@
Operations include sorting, marking by regular expression, and
the ability to filter the displayed buffers by various criteria."
:group 'convenience)
-(defcustom ibuffer-formats '((mark modified read-only " " (name 1
6 16
:left :elide)
- " " (size
7
-1 :right)
+(defcustom ibuffer-formats '((mark modified read-only " " (name 1
8 18
:left :elide)
+ " " (size
9
-1 :right)
" " (mode 16 16 :right :elide) " " filename-and-process)
(mark " " (name 16 -1) " " filename))
"A list of ways to display buffer lines.